/* SUBCATEGORIES */
.mx_webshop_subcategory {
    width: 20.5%;
	height: auto;
	float: left;
	display: block;
	text-align: center;
	background-color:#FFFFFF;
	margin-right:6%;
	margin-bottom:45px;
}

.mx_webshop_subcategory:nth-of-type(4n) {
	margin-right:0;
}

.mx_webshop_subcategory_image {
    width: 100%;
	height: auto;
	display: block;
	padding:0 20px;
	
}

.mx_webshop_subcategory_image img {
	width:100%;
	height:auto;
}

.mx_webshop_subcategory a {
    display: block;
    text-decoration: none;
}

.mx_webshop_subcategory h2 {
	width:100%;    
    color: #333;
    padding: 0;
    margin: 10px 0 0 0;
    font-weight: normal;
    text-overflow: ellipsis;
}

/* PRODUCTS */
#mx_webshop_category {
display: flex;
  flex-wrap: wrap;
}

.mx_webshop_sort {
    clear: both;
    width: 100%;
    margin-bottom: 10px;
    text-align:right;
    font-family: "Times New Roman", Times, "serif";
    font-weight: bold;
    font-style:italic;
    text-transform:lowercase;
    font-size:16px;
}



/* RESPONSIVE */

@media screen and (max-width: 1023px) {
	
.mx_webshop_sort {
    clear: none;
    width: 50%;
    position:absolute;
    top:56px;
    right:0;
}
.mx_webshop_sort select {
    background-color:#000000;
    color:#FFFFFF;
    line-height:40px;
    height:40px;
    text-transform:uppercase;
    background-image: url(../../templates/layout/arrow-down-black.gif);
}

.mx_webshop_sort label {
	display:none;
}
	
}

@media screen and (max-width: 767px) {
	.mx_webshop_subcategory {
    width: 48%;
	margin-right:2%;
}

.mx_webshop_subcategory:nth-of-type(3n) {
	margin-right:2%;
}

.mx_webshop_subcategory:nth-of-type(2n) {
	margin-right:0;
}

}